const github.com/refraction-networking/utls.recordTypeHandshake
8 uses
github.com/refraction-networking/utls (current package)
common.go#L79: recordTypeHandshake recordType = 22
conn.go#L672: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L709: if c.vers == VersionTLS13 && typ != recordTypeHandshake && c.hand.Len() > 0 {
conn.go#L777: case recordTypeHandshake:
conn.go#L977: if typ != recordTypeHandshake {
conn.go#L1061: return c.writeRecordLocked(recordTypeHandshake, data)
conn.go#L1361: _, err = c.writeRecordLocked(recordTypeHandshake, msgBytes)
u_common.go#L507: if recordType(contentType) != recordTypeHandshake {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |